home *** CD-ROM | disk | FTP | other *** search
/ AppleScript - The Beta Release / AppleScript - The Beta Release.iso / Documentation / develop / Better Apple Event Coding / Code Samples / Object.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-10-16  |  363 b   |  18 lines  |  [TEXT/MPS ]

  1. /*------------------------------------------------------------------------------------------
  2.  
  3.     Program:    CPlusTESample 2.0AE
  4.     File:        Object.h
  5.  
  6.     by Eric Berdahl
  7.  
  8.     Copyright © 1992 Apple Computer, Inc.
  9.     All rights reserved.
  10.  
  11. ------------------------------------------------------------------------------------------*/
  12.  
  13. #ifndef    __OBJECT__
  14. #define    __OBJECT__
  15.  
  16.  
  17.  
  18. #endif